home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / vftpd112.zip / CHANGES.TXT next >
Text File  |  1996-07-29  |  9KB  |  167 lines

  1. v1.12 - NEW: Detects RAS hangups/reconnects and reinitializes itself. If
  2.                 you are using an autodialer (such as DUNCE), VFTPD will
  3.                 automatically reset itself to provide continued access with
  4.                 no user intervention. This feature is ideal for SLIP/PPP
  5.                 users with static IP configurations.
  6.  
  7.         FIX: Since the release of v1.11, I've received a lot of crash
  8.                 reports but was unable to duplicate them. It seemed that
  9.                 they were all crashing at the same place and I was baffled
  10.                 as to how the error was occuring. On a hunch, I removed my
  11.                 activation key and generated a new one with an illegal key
  12.                 generated by VFTPDREG.EXE, which made made my system crash.
  13.                 This behavior wasn't by design, but was due to the fact
  14.                 that keys contain program data which was incorrectly
  15.                 (randomly) generated by VFTPDREG.EXE. I have no desire to
  16.                 provide a "work-around" to allow people to illegally use my
  17.                 software, but I've added handling to gracefully shutdown
  18.                 the network before the error propagates itself.
  19.  
  20. v1.11 - FIX: ABOR wasn't recognized in some situations.
  21.         NEW: Added "comment" to user editor.
  22.  
  23. v1.10 - NEW: Now stores transfer stats, which can be viewed and edited
  24.                 in the user editor.
  25.         NEW: Supports upload/download ratios based on files and/or kbytes.
  26.                 For easy configuration, ratios are configured on a
  27.                 per-template basis. Simply create or edit and existing
  28.                 template, and enter the desired settings. The ratios will
  29.                 now be active for all users who belong to that template!
  30.                 There is also a new checkbox in the user editor that allows
  31.                 you to disable ratio checking on a per-user basis. Setup is
  32.                 easy because all information inherited from a template (now
  33.                 including ratios) is shown in the user editor.
  34.         NEW: Added the "SITE STAT" command to allow users to view their
  35.                 transfer statistics and ratio settings (if applicable).
  36.         NEW: Added an option to delay system shutdown until all clients
  37.                 have logged off.
  38.         NEW: Added the ability to disable account or ban ip address while
  39.                 "forcibly" disconnecting a user.
  40.         NEW: Disk caching integrated more seamlessly with Windows cache for
  41.                 improved efficiency.
  42.         NEW: More interface improvements/cleanups.
  43.         FIX: Complete uniformity in login replies. (Continued from v1.09).
  44.         FIX: Autoscrolling now allowed in the "link source" edit box.
  45.         XXX: Removed "modify links" toggle because they will be editable
  46.                 along with everything else when remote config is finished.
  47.  
  48.         Please feel free to offer me a summer job doing just about anything
  49.         involving computers if you are looking for someone.
  50.  
  51. v1.09 - NEW: Now included are two scripts to install VFTPD as a service
  52.                 under Win95, so that it will load before a user logs in.
  53.                 It will still close on logoffs, but this will change soon.
  54.  
  55.                 To install VFTPD as a service:
  56.                     1. Edit "install.reg" with a text editor, replacing
  57.                         "c:\\net\\vftpd.exe" with the full path to VFTPD
  58.                         on your system.
  59.                     2. From the "Start" menu, select "Run", and enter the
  60.                         full path to "install.reg".
  61.  
  62.                 To remove VFTPD:
  63.                     1. From the "Start" menu, select "Run", and enter the
  64.                         full path to "remove.reg". (no editing needed).
  65.  
  66.         NEW: If VFTPD is hidden, starting another copy will "unhide" it.
  67.                 This is especially useful on NT 3.51 systems.
  68.         NEW: Responses to the USER command are now completely generic for
  69.                 enhanced security. Clients will also be disconnected if
  70.                 fail to login within 3 attempts.
  71.         NEW: Major changes to internal structure to ease the transition to
  72.                 remote configuration and the native NT version.
  73.         FIX: Interface fixes. Nicer display with "large fonts". Keyboard
  74.                 navigation doesn't lose the input focus. The addition of
  75.                 multiple network support broke the instant reconfiguration,
  76.                 this is now fixed.
  77.  
  78. v1.08 - FIX: Two rare bugs have hopefully been stomped.
  79.         NEW: Support for systems with multiple network cards. When you
  80.                 start the program, an id number and IP address will be
  81.                 printed in the log window for each card. Enter the id
  82.                 number of the desired card on the "setup a" page.
  83.         NEW: Minor interface changes.
  84.         NEW: Minor security improvements.
  85.  
  86. v1.07 - FIX: Oops. Rename was broken in v1.03-v1.06, works again.
  87.         NEW: VFTPD's current CPU usage is displayed in the quick-info box.
  88.         NEW: More intuitive interface, nicer layout.
  89.         NEW: Added option to "auto-hide" when you click the minimize button.
  90.         NEW: Added option to change the "system name" displayed on logins.
  91.         NEW: Double clicking in the "clients window" examines a client.
  92.         NEW: Icon changes color (to red) when there are active clients.
  93.         NEW: Better efficiency, especially during uploads. VFTPD now
  94.                 monitors and actively optimizes its caching and scheduling
  95.                 to provide the best combination of speed and memory usage
  96.                 on a per-client basis.
  97.         NEW: Support for UNIX style "symbolic links"! Links can be created,
  98.                 edited, or using the new "setup 2" page. The link parser is
  99.                 very flexible, allowing you create "nested links", links
  100.                 containing "~" (home directory), links to targets which
  101.                 don't exist yet, and more! Links are displayed using the
  102.                 UNIX "symbolic link" format, which is the standard is
  103.                 supported by nearly every client (CuteFTP, WSFTP, Netscape,
  104.                 plain old UNIX "ftp", etc).
  105.  
  106.             Until updated documentation is finished, please use the following
  107.             examples as a guide.
  108.  
  109.             The following examples use this format:
  110.                 LINK            ->  TARGET
  111.  
  112.             Simple examples:
  113.                 "/c:/drive e"   ->  "/e:/"
  114.                 "/e:/drive c"   ->  "/c:/"
  115.  
  116.             Using "~" ("home directory"):
  117.                 "/e:/test 1"    ->  "~"
  118.                 "/e:/test 2"    ->  "~/.."
  119.  
  120.             LINKs as TARGETs (nested links):
  121.                 "/e:/test 1"    ->  "/e:/readme.txt"
  122.                 "/e:/test 2"    ->  "/e:/test 1"
  123.                 "/e:/test 3"    ->  "/e:/test 2"
  124.  
  125.                 Now all links point to the same file. If we were to change
  126.                 the first link to:
  127.  
  128.                 "/e:/test 1"    ->  "/e:/test 3"
  129.  
  130.                 The following relationship would exist: "3->2->1->3". This
  131.                 is an error, but VFTPD detects it and reports it to the
  132.                 user, so it won't cause any problems.
  133.  
  134.  
  135. v1.06 - FIX: Auto-scroll log windows now work well with any font/size.
  136.         FIX: Font selection fixed, more sizes for raster fonts.
  137.         NEW: Blank passwords are now allowed, which were previously
  138.                 required for security reasons. Please note that blank means
  139.                 "none", not "any".
  140.  
  141. v1.05 - FIX: Much more friendly during system shutdowns.
  142.         FIX: Fixed a possible problem with DNS lookups.
  143.  
  144. v1.04 - NEW: The banner editors have been moved to a seperate page.
  145.         NEW: Added font configuration (for server log window, etc.).
  146.  
  147. v1.03 - FIX: Interface fix, "edit" from the "status" page now won't work until
  148.                 the user has logged in completely. (Used to work before a
  149.                 password had been entered.)
  150.       - FI